@CHARSET "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 62.5%;
}
body {
	font-size: 1.4em;
	color: #222;
	font-family:"PingFang SC","Microsoft Yahei",Arial,Lucida,Verdana,SimSun,Helvetica,sans-serif,"Hiragino Sans GB";
	background-color: #fff;
} 
li {
	list-style: none;
}
img {
	border: none;
}

@font-face {
  font-family: 'iconfont';  /* Project id 1463011 */
  src: url('//at.alicdn.com/t/font_1463011_cznau3dld5n.woff2?t=1625709653092') format('woff2'),
       url('//at.alicdn.com/t/font_1463011_cznau3dld5n.woff?t=1625709653092') format('woff'),
       url('//at.alicdn.com/t/font_1463011_cznau3dld5n.ttf?t=1625709653092') format('truetype');
}
.iconfont {
	display: inline-block;
	line-height: inherit;
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #222;
}

p {
	line-height: 1.7em;
}
input[type="button"], input[type="submit"], input[type="reset"] ,select{
-webkit-appearance: none;
}
textarea { -webkit-appearance: none; outline:none; }
.clear {
	display:block;
	clear: both;
}
.banner img{
	width: 100%;
}
.c_orange{
	color: #ff7f14;
}
.head{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	transition: all .5s;
}
 
.head.bg{
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.02);
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
}
.head.bg .head_menu,
.head.bg .head_user a,
.head.bg .head_course a,
.head.bg .head_title,
.head.bg .head_back i,
.head.bg .head_menu i{
	color: #ff7f14;
}
.head.bg .head_logo{
	background: url(/v2019/images/logo.png) no-repeat center center;
	-webkit-background-size: 85px;
	background-size: 85px;
}
.head_menu{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
}
.head_back i, .head_menu i {
    font-size: 2.2rem;
}
.head_user{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size:1.4rem; 
}
.head_user a{
	display: block;
	padding: 0 20px;
}
.head_logo{
	display: block;
	height: 50px;
	background: url(/v2019/images/logo_white.png) no-repeat center center;
	-webkit-background-size: 85px;
	background-size:85px ;
}
.head_title{ 
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
}
.clear{
	display: block;
	clear:both;
}
.pic img{
	width: 100%;
	float: left;
}
.pic:after{
	content:"";
	display: block;
	clear:both;
}
.btn_pure,
.btn_main{
	text-align: center;
}
.btn_pure a,
.btn_main a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	min-width:170px;
	text-align: center;
	color: #ff7f14;
	font-size: 1.6rem;
	background-color: #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.btn_pure .iconfont,
.btn_main .iconfont{
	font-size: .6em;
}

.btn_main a{
	color: #fff;
	background-color: #ff7f14;
}


h2.main_title{
	padding: 40px 0 30px 0;
	font-weight: normal;
	text-align: center;
	font-size: 2rem;
}
h2.main_title .sub{
	display: block;
	margin-top: 4px;
	font-weight: normal;
	font-size: .6em;
}
h2.main_title .line{
	display: block;
	height: 1px;
	width: 18px;
	margin: auto;
	margin-top: 10px;
	background-color: #ff7f14;
	line-height: 0;
	font-size: 0;
}


/*----form2----*/
.form_bd{
	position:relative;
}
.form_ts{
	display:none;
	position:absolute;
	left:0;
	top:-65px;
	z-index:88;
	width:100%;
}
.form_ts p{
	width:100%;
	margin:auto;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:1.6rem;
	text-align:center;
	background-color:#f26005;
}
.form_ts .arrow{
	position:absolute;
	left:50%;
	bottom:-8px;
	z-index:11;
	width:0;
	height:0;
	margin-left:-8px;
	border-left:8px transparent solid;
	border-right:8px transparent solid;
	border-top:8px #f26005 solid;
}
.form_bd dd{
	width:86%;
	height:46px;
	margin:auto;
	margin-top:20px;
	border-radius:1px;
	background-color:#fff;
	border:solid 1px #8f8f8f;
}
.form_bd .close{
	width: 20px;
	margin-top: 7px!important;
}
.form_bd dd input{
	width:100%;
	height:46px;
	font-size:1.4rem;
	text-indent:35px;
	line-height: normal;
	background:transparent;
	border:none;
}
.form_bd dd input#reg_name{
	background: url(/images_new/input_user.png) no-repeat 8px center;
	-webkit-background-size: 18px 20px;
	background-size:18px 20px ;
}
.form_bd dd input#reg_phone{
	background: url(/images_new/input_phone.png) no-repeat 10px center;
	-webkit-background-size: 13px 20px;
	background-size:13px 20px ;
}
.form_bd dd input#reg_validcode{
	background: url(/images_new/input_yzm.png) no-repeat 10px center;
	-webkit-background-size: 17px 20px;
	background-size:17px 20px ;
}
.form_bd input.yzm{
	float: left;
	width: 70%;
}
.form_bd a.yzm{
	float: left;
	width:30%;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background-color: #2457d4;
}
.form_bd dt{
	margin-top:25px;
	text-align:center;
}
.form_submit input{
	width:86%;
	height:46px;
	line-height:46px;
	color:#fff;
	text-align:center;
	font-size:1.7rem;
	background-color: #ff7f14;
	background:-webkit-linear-gradient(left,#ff8228,#ff6a42);
	background:linear-gradient(left,#ff8228,#ff6a42);
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:2px 2px 2px rgba(0,0,0,.1)
}

#dd_tip {
    background: none;
    border: 0px;
    -color: #ff7f14;
    color: #333;
    padding: 0px;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
    width: 80%;
}

#dd_tip a {
	display: none;	
	color:inherit;
}
#dd_tip:after{
	content:'';
	clear:both;
}
#dd_tip .float_l{
	float:left;
}
#dd_tip .float_r{
	float:right;
}

.pop_theme {
	text-align: center;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1;
}


/*-------menu-----*/
.menu_main{
	padding-top: 40px;
}
.menu_main a{
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #e5e5e5;
}
.menu_main a:active{
	background-color: #f0f0f0;
}
.menu_main .iconfont{
	display: inline-block;
	width: 40px;
	color: #888;
	text-align: center;
	font-size: 1.5rem;
}
.menu_main .txt{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
}

.menu_other{
	padding-top: 30px;
}
.menu_other a{
	display: block;
	height: 40px;
	line-height: 40px;
}
.menu_other .iconfont{
	display: inline-block;
	width: 40px;
	color: #888;
	text-align: center;
	font-size: 1.5rem;
}
.menu_other .txt{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
}
.menu_other .light,
.menu_other .light .iconfont{
	color: #ff7f14;
}
.menu_bottom{
	width: 100%;
	padding:50px 20px 20px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_bottom a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 0 4px;
	text-align: center;
	border:solid 1px #888;
}
.menu_bottom a i{
	margin-right: 3px;
}

.foot_terse{
	padding: 20px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: center;
	background-color: #333;
}
.foot_terse a{
	margin: 0 2px;
	color: #fff;
}

.agModal-form-wrap .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #222;
    font-size: 1.6rem;
}


.foot_brand{
	text-align: center;
	background:#f0f0f0 url(/v2019/images/foot.png) no-repeat center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.foot_logo{
	padding: 50px 0 20px 0;
	text-align: center;
}
.foot_logo img{
	width: 75%;
}
.foot_brand .copyright{
	margin-top: 20px;
	padding-bottom: 15px;
	line-height: 1.7;
	color: #fff;
	font-size: 1rem;
}
.copyright a{
	color: #fff;
}

.bottom_link {
	display: -webkit-box;
	display: -moz-box;
	height: 50px;
	width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 900;
    display: box;
    text-align: center;
}
.bottom_link a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 50px;
}
.bottom_link a.left{
	float: none;
	width: 40%;
	color: #666;
	background-color:rgba(255,255,255,.9);
}
.bottom_link a.left a{
	color: #666;
}
.bottom_link a.right{
	float: none;
	width: 60%; 
	color: #fff;
	background-color:rgba(255,127,20,.9);
}
.bottom_link a i{
	margin-right:4px;
	font-size:1.2em;
}


.page-body {
            display: block;
            max-width:480px;
			margin:auto;
            overflow: hidden;
            position: relative;
        }

        .left-body {
            display: block;
            width: 80%;
            position: fixed;
            top: 0;
            bottom: 0;
            left: -100%;
            z-index: 9;
            transition: all .5s;
            -webkit-transition: all .5s;
        }

        .page-body.active .left-body {
            left: 0;
        }

        .left-body .left-menu-box {
            display: block;
            height: 100%;
            overflow-y: auto;
            background-color: #fff;
        }

        .page-main {
            display: block;
            position: relative;
            left: 0;
            z-index: 1;
            transition: all .5s;
            -webkit-transition: all .5s;
        }

        .page-main .pull-mask {
            content: '';
            opacity: 0;
            display: block;
            width: 100%;
            background-color: rgba(0, 0, 0, .2);
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            transition: all .5s;
            -webkit-transition: all .5s;
        }

        .page-body.active .page-main .pull-mask {
            opacity: 1;
            z-index: 999;
            left:80%;
        }

        .page-body.active .page-main {
            left: 80%;
        }
        .page-body.active .head {
            left: 80%;
        }

		.height50{
			height: 50px;
		}
		
		.display .timer{
			display:none;
		}
		.display .clock_bd{
			height: 50px;
		}
		.display .height100{
			height: 50px;
		}